VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfObjectBoundingBoxInteractionHandler<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WpfObjectBoundingBoxInteractionHandler<T> Class
    In This Topic
    An interaction controller that handles interaction of object bounding box area.
    Object Model
    WpfInteractionArea WpfObjectBoundingBoxInteractionHandler<T>
    Syntax
    'Declaration
    
    Public Class WpfObjectBoundingBoxInteractionHandler(Of T
    A type of interactive object.
    As IWpfInteractiveObject) Inherits WpfInteractionControllerBase(Of T)
    public class WpfObjectBoundingBoxInteractionHandler<T> : WpfInteractionControllerBase<T>
    where T: IWpfInteractiveObject
    
    
    public __gc class WpfObjectBoundingBoxInteractionHandler<T> : public WpfInteractionControllerBase<T*>*
    where T: IWpfInteractiveObject*
    
    
    generic<typename T>
    public ref class WpfObjectBoundingBoxInteractionHandler : public WpfInteractionControllerBase<T^>^
    where T: IWpfInteractiveObject^
    
    

    Type Parameters

    T
    A type of interactive object.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionControllerBase
          Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionControllerBase<T>
             Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfObjectBoundingBoxInteractionHandler<T>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also